Welcome![Sign In][Sign Up]
Location:
Search - udp socket programming

Search list

[ICQ-IM-Chatflymsg

Description: c#实现的一款即时通信小程序,利用socket封装的udp协议实现,是初学者学习socket编程的很好的源代码。功能比较简单,还有许多可以完善的地方-c# achieved a small instant messaging program, using socket protocol udp package is for beginners to learn the good socket programming source code. Function is relatively simple, there are many good local
Platform: | Size: 83968 | Author: 李彤 | Hits:

[TCP/IP stackudp_client

Description: 套接字编程:采用udp协议的客户端编程示例-Socket Programming: Using udp protocol client programming examples
Platform: | Size: 1024 | Author: 周斌 | Hits:

[TCP/IP stackudp_server

Description: 套接字编程: 采用udp协议的服务端示例程序-Socket Programming: Using udp client services agreement sample
Platform: | Size: 1024 | Author: 周斌 | Hits:

[Internet-NetworkUDP1

Description: socket udp编程的小例子,直接参考使用-socket udp programming small example, direct reference to the use of
Platform: | Size: 31744 | Author: | Hits:

[Internet-NetworkUDP2

Description: socket udp 编程MFC小例子,可直接参考-socket udp small MFC programming examples, reference can be directly
Platform: | Size: 31744 | Author: | Hits:

[TCP/IP stackjava10

Description: Java网络编程,基于TCP的套接字编程,基于UDP的套接字编程,URL和URI,一个实用的下载程序。-Java network programming, based on the TCP socket programming, UDP socket-based programming, URL and URI, a practical download.
Platform: | Size: 10240 | Author: 马启超 | Hits:

[Linux-Unixchat

Description: 基于BSD C的socket编程 采用udp协议,类似两个进程通信的聊天程序 压缩包包含两个文件,编译后运行是两个不同的聊天进程 运行环境linux -BSD C based on the socket programming using udp agreement, similar to the two processes communications chat program package consists of two documents, compiled to run two different operating environment to chat process linux
Platform: | Size: 2048 | Author: zhiguoxu | Hits:

[TCP/IP stackUDPcoummunication

Description: 实现UDP Socket编程,可实现在两个主机间的通信.-The realization of UDP Socket programming, can be realized in two inter-host communication.
Platform: | Size: 5120 | Author: 随便 | Hits:

[P2Pudppostfile

Description: C语言实现的文件传输程序,使用socket编程的网络传输程序-C Language realize the file transfer procedures, the use of socket network programming procedures
Platform: | Size: 8192 | Author: weixiangfeng | Hits:

[Internet-Networktest-net

Description: tcp udp socket 网络编程 linux-tcp udp socket network programming linux
Platform: | Size: 3072 | Author: uleone | Hits:

[JSP/JavaJAVAClient_Server

Description: 1) 利用InetAddress类的方法获取主机的名称和IP地址。 2) 利用URL类获取网络资源。 3) 使用Socket编程:客户机发送数据到服务器,服务器将接收到的数据返回给客户机,运用多线程机制,实现服务器同时处理多个客户机的请求。 4) 使用UDP编程:客户机发送数据到服务器,服务器将接收到的数据返回给客户机, 实现一个模拟电子邮件的发送和接收的UDP程序。 -1) using InetAddress class method to get the host name and IP address. 2) the use of URL-type access network resources. 3) the use of Socket Programming: client sends data to the server, the server will receive the data back to the client, using multi-thread mechanism, the realization of the server to handle multiple client requests. 4) the use of UDP programming: client sends data to the server, the server will receive the data back to the client to achieve a simulated e-mail sending and receiving the UDP process.
Platform: | Size: 55296 | Author: | Hits:

[Ftp ServerJava_Socke183657142005

Description: 一个基于Java编写的Socket程序,提供简单的FTP功能实现 This networking program set consists of implementation of FTP, TELNET, HTTP SERVER, UDP NEWS SERVER, Multi client parallel chat server, Date server. Knowledge of socket programming, applet, AWT, thread, and IO streams is essential to understand these programs. All Program Tested in JDK 1.4, and Run Successfully. Do not forget to run server program before starting client program. Developed By: Divyen K Pate-A Java-based Socket procedures prepared to provide a simple FTP functions This networking program set consists of implementation of FTP, TELNET, HTTP SERVER, UDP NEWS SERVER, Multi client parallel chat server, Date server.Knowledge of socket programming, applet, AWT , thread, and IO streams is essential to understand these programs.All Program Tested in JDK 1.4, and Run Successfully.Do not forget to run server program before starting client program.Developed By: Divyen K Pate
Platform: | Size: 46080 | Author: Tony Yau | Hits:

[Internet-NetworkFredChat

Description: UDP实现聊天传输,TCP实现文件传输功能;主要使用Socket编程-UDP transmission chat implementation, TCP implementation file transfer function the main use of Socket Programming
Platform: | Size: 54272 | Author: fred | Hits:

[JSP/JavaTankWar1.9.11

Description: java实现的网络版坦克大战源码,可以同时多人对战,对于学习tcp,udp,socket等网络编程,多线程编程等具有极好效果,同时亦可学习网络游戏的编程思维。-java implementation of the online version of Tankedaizhan source, you can simultaneously multiplayer, the study tcp, udp, socket, such as network programming, multi-threaded programming with excellent results, but will also study network programming Thinking Games.
Platform: | Size: 502784 | Author: liuben | Hits:

[Internet-NetworkLINUX-socket

Description: Socket接口是TCP/IP网络的API,Socket接口定义了许多函数或例程,程序员可以用它们来开发TCP/IP网络上的应用程序。要学Internet上的TCP/IP网络编程,必须理解Socket接口。     Socket接口设计者最先是将接口放在Unix操作系统里面的。如果了解Unix系统的输入和输出的话,就很容易了解Socket了。网络的 Socket数据传输是一种特殊的I/O,Socket也是一种文件描述符。Socket也具有一个类似于打开文件的函数调用Socket(),该函数返 回一个整型的Socket描述符,随后的连接建立、数据传输等操作都是通过该Socket实现的。常用的Socket类型有两种:流式Socket (SOCK_STREAM)和数据报式Socket(SOCK_DGRAM)。流式是一种面向连接的Socket,针对于面向连接的TCP服务应用;数据 报式Socket是一种无连接的Socket,对应于无连接的UDP服务应用。-Socket interface is TCP/IP network API, Socket Interface defines a number of functions or routines, the programmer can use them to develop TCP/IP network applications. Study on the Internet want TCP/IP network programming, we must understand the Socket Interface. Socket Interface Designer is the first interface on the Unix operating system inside. If you know Unix system input and output, then it is easy to understand the Socket. Socket data transmission network is a special kind of I/O, Socket is a file descriptor. Socket also has a similar function call to open the file of the Socket (), the function return an integer of Socket descriptor, then the connection set up, data transmission and other operations through the implementation of the Socket. Socket type commonly used in two ways: streaming Socket (SOCK_STREAM) and data reported type Socket (SOCK_DGRAM). Streaming is a connection-oriented Socket, for in the TCP connection-oriented service applications Datagram Socket t
Platform: | Size: 1406976 | Author: 陈威 | Hits:

[TCP/IP stackjavachengxu

Description: 套接字编程 tcp和udp的都有 网络原理综合训练-Tcp and udp socket programming networks have the principle of comprehensive training
Platform: | Size: 34816 | Author: rxg | Hits:

[CSharpcshapentryCourseware

Description: c#入门课件 第01章 C#.NET概述.ppt 第02章 C#数据类型.ppt 第03章 C# 语 句.ppt 第04章 类.ppt 第05章 继承、多态、委托与事件.ppt 第06章 设计窗体和控件.ppt 第07章 ADO.NET与数据操作.ppt 第08章 ASP.NET Web应用程序开发.ppt 第09章 网络协议与套接字编程 .ppt 第10章 TCP协议开发 .ppt 第11章 UDP协议开发 .ppt 第12章 FTP协议开发.ppt 第13章 SMTP与POP3协议开发.ppt 第14章 图形图像与多媒体编程.ppt 第15章 基于组件的开发技术.ppt 第16章 XML Web Service开发.ppt 第17章 网络安全.ppt-c# Chapter 01 Introduction to Software section C#. NET Overview. ppt No. 02 Chapter C# data types. ppt No. 03 Chapter C# statement. ppt first Chapter 04 categories. ppt first Chapter 05 inheritance, polymorphism, entrusted with the incident. ppt No. Chapter 06 Design and control form. ppt chapter 07 and ADO.NET data manipulation. ppt No. 08 Chapter ASP.NET Web application development. ppt Chapter No. 09 socket programming and network protocols. ppt Chapter 10 TCP protocol development. ppt Chapter 11 UDP protocol development. ppt Chapter 12 FTP protocol development. ppt of chapter 13 of SMTP and POP3 protocol development. ppt Chapter 14 graphic images and multimedia programming. ppt of chapter 15 of the development of component-based technology. ppt article Chapter 16 XML Web Service Development. ppt of chapter 17 of Network Security. ppt
Platform: | Size: 1711104 | Author: 王勇 | Hits:

[JSP/Javajava_icq

Description: 实现TCP/UDP的socket编程,ICQ功能,在线聊天,群聊,发送附件功能。含数据库及图片文件。eclipse开发。-The realization of TCP/UDP' s socket programming, ICQ features, online chat, group chat, send attachments. With database and picture files. Development eclipse.
Platform: | Size: 335872 | Author: 彭超 | Hits:

[SMSDLLOCX

Description: 短信收发测试接口.可以在包括收发短信、收发Email、tcp/udp的socket编程、接收BIO消息、收发MMS信息-Test interface to send and receive text messages. Can send and receive text messages, including, send and receive Email, tcp/udp of socket programming, receive BIO information, send and receive MMS messages
Platform: | Size: 929792 | Author: 谢生 | Hits:

[Linux-Unixudp

Description: 这是一个基于linux套接字编程,实现客户和服务器之间的通信-This is a linux-based socket programming, client and server communication between
Platform: | Size: 33792 | Author: zuodaohui | Hits:
« 1 2 3 4 56 7 8 9 10 ... 17 »

CodeBus www.codebus.net